Package-level declarations
Functions
Link copied to clipboard
suspend fun <Value> KoneMutableAsynchronousState<Value>.getAndUpdate(function: (Value) -> Value): Value
Link copied to clipboard
fun <Value> KoneMutableAsynchronousState(initialElement: Value, elementEquality: Equality<Value> = defaultEquality()): KoneMutableAsynchronousState<Value>
Link copied to clipboard
fun <Value> KoneMutableState(initialElement: Value, elementEquality: Equality<Value> = defaultEquality()): KoneMutableState<Value>
Link copied to clipboard
Link copied to clipboard
suspend fun <Value> KoneMutableAsynchronousState<Value>.updateAndGet(function: (Value) -> Value): Value